home *** CD-ROM | disk | FTP | other *** search
/ Saar AMOK 2 / Saar AMOK II - Oktober 1994 (1994)(Kreativ Marketing)(DE)[!][I-7598].iso / disks / 651_700 / 657 / scheduler / install-script next >
Text File  |  1993-10-28  |  525b  |  18 lines

  1. (copyfiles
  2.             (prompt "Where would you like to have the Scheduler program installed?")
  3.             (help @copyfiles-help)
  4.             (source "" )
  5.             (dest "SYS:WBStartup" )
  6.             (pattern "Scheduler#(.info)")
  7.             (confirm)
  8. )
  9.  
  10. (copyfiles
  11.             (prompt "Where would you like to have the Scheduler Documentation installed?")
  12.             (help @copyfiles-help)
  13.             (source "" )
  14.             (dest "SYS:Help" )
  15.             (pattern "Scheduler.guide#(.info)" )
  16.             (confirm)
  17. )
  18.